-
-
Notifications
You must be signed in to change notification settings - Fork 227
fix: Support attributes using builtin type names #360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I'm not too sure about the end-to-end failures. It is saying this on my machine:
|
Interesting, I guess we had a reserved word being used somewhere in our end to end tests? If you do |
I think that was it, there was an attribute named Isn't it a breaking change that it's now called |
Codecov Report
@@ Coverage Diff @@
## main #360 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 47 47
Lines 1420 1421 +1
=========================================
+ Hits 1420 1421 +1
Continue to review full report at Codecov.
|
Hmm, I think I consider it a bug that we allowed reserved words in the first place... but yeah, it could potentially modify people's clients in unexpected ways so we should consider it breaking. |
Thanks a lot for the quick replies, it's appreciated. |
Fixes #359